Search
To get the seminar credit, student must:
$HOME
singularity shell /opt/ros ros
source /opt/ros/robolab/devel/setup.bash
export ROS_WORKSPACE=$HOME/ros_kinetic_ws && mkdir -p $ROS_WORKSPACE/src && cd $ROS_WORKSPACE && catkin init && catkin build
To use the turtlebots:
e210bot
ssh usermap_username@192.168.210.(20+turtlebot_number)
singularity instance start /opt/ros ros
tmux
singularity shell instance://ros
source $ROS_WORKSPACE/devel/setup.bash
roscore
roslaunch
Ctrl+C
roslaunch robolab_bringup turtlebot2.launch camera:=false
roslaunch simulator_e130 simulator.launch
roslaunch simulator_e130 server.launch
roslaunch simulator_e130 gui.launch
roslaunch simulator_e130 robots.launch
robot_coordination/robot_node
ROS_NAMESPACE=/robot1 rosrun robot_coordination robot_node __name:=controller
robot_coordination/example_robot_control.py
rosrun robot_coordination example_robot_control.py _server_namespace:=/robot0
Back to the course page.