|
META TOPICPARENT |
name="TheSemanticRobotVisionChallenge" |
|
|
> > | Current ROS-based run instructions |
| |
|
< < | Powering up the robot |
> > |
Powering up bart
- Make sure the charger is unplugged!
|
|
- Locate the panel to the left side of the robot, as seen by standing in front of it.
|
|
Running the srvc code |
|
> > |
- Open the terminal and ssh to bart
- execute the command
roscore
- roscore is required to start up ros and lets different nodes communicate.
- open another console window and ssh to bart
- execute the command
roslaunch powerbot powerbot_teleop.launch
- This command tells ros to launch powerbot_teleop from the package powerbot
- powerbot is a package in ubc_srvc responsible for starting the hardware drivers on the robot
- powerbot_teleop extends powerbot to add teleoperation capabilities
- ssh to bart again from a new console window
- execute the command
roslaunch executive_srvc executive_dependencies.launch
- This command launches executive_dependencies from the package executive
- executive_dependencies launches 2dnav_powerbot as well as other packages needed by for the srvc functionality
- ssh to bard one more time in from a new console window
- execture the command
roslaunch executive_srvc executive.launch
- This command launches executive from the package executive
- executive is responsible for the high level functionality, such as planning for the exploration of the environment, extracting interesting regions to search for objects, deciding where to take pictures, and more.
|
| |
|
< < | -- Tomas Hofmann, May 5, 2010 |
> > | -- TumshHofmann - 06 May 2010 |
| |