File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Turtlebot2/turtlebot2_simulated/turtlebot2/urdf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 722722 <joint name =" camera_joint" type =" fixed" >
723723 <parent link =" base_link" />
724724 <child link =" camera_link" />
725- <origin rpy =" 0 0 0" xyz =" 0.13 0 0.32" />
725+ <origin rpy =" 0 -0.32 0" xyz =" 0.13 0 0.32" />
726726 </joint >
727727 <link name =" camera_depth_frame" />
728728 <joint name =" camera_depth_joint" type =" fixed" >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ namespace gazebo
4141 int state, current_wp;
4242 int turn_dir, linear_dir;
4343 bool auto_movement, linear_movement;
44- float lv_dt = 0.002 ; // discrete lineal velocity
44+ float lv_dt = 0.001 ; // discrete lineal velocity
4545 float av_dt = 0.003 ; // discrete angular velocity
4646
4747 // variables to use in MoveToWaypoint method
You can’t perform that action at this time.
0 commit comments