Skip to content
Snippets Groups Projects
start_docker.sh 395 B
Newer Older
franzqueissner's avatar
franzqueissner committed
#!/bin/bash
  

# Start the primary process and put it in the background
source devel/setup.bash
roslaunch panda_control panda_world.launch &

sleep 5

# Start the helper process
rosrun panda_control panda_control.py &

sleep 5

rosrun panda_openai agent_pg.py
  
# the my_helper_process might need to know how to wait on the
# primary process to start before it does its work and returns