Merge commit 'a9204ad0b04dc4eac8f50541c5ed09fd34fa93b9' into sim
This commit is contained in:
commit
2cb4c2c29e
|
@ -31,7 +31,7 @@ function stoprobot {
|
|||
}
|
||||
function updaterobot {
|
||||
# rosrun robot_upstart install --logdir ~/ROS_WS/log/ robot_upstart/launch/m100buzzynocam.launch
|
||||
rosrun robot_upstart install --logdir ~/ROS_WS/log/ dji_sdk_mistlab/launch_robot/m100buzzy.launch
|
||||
rosrun robot_upstart install --logdir /media/key/ROS_WS/log/ dji_sdk_mistlab/launch_robot/m100buzzy.launch
|
||||
# rosrun robot_upstart install --logdir ~/ROS_WS/log/ dji_sdk_mistlab/launch_robot/m100TXbuzzy.launch
|
||||
}
|
||||
function uavstate {
|
||||
|
|
|
@ -82,7 +82,7 @@ void roscontroller::GetRobotId()
|
|||
while (!xbeestatus_srv.call(robot_id_srv_request, robot_id_srv_response))
|
||||
{
|
||||
ros::Duration(0.1).sleep();
|
||||
ROS_ERROR("Waiting for Xbee to respond to get device ID");
|
||||
ROS_WARN("ROSBUZZ is waiting for Xbee device ID");
|
||||
}
|
||||
|
||||
robot_id = robot_id_srv_response.value.integer;
|
||||
|
|
Loading…
Reference in New Issue