Skip to content

Commit 38aec6b

Browse files
authored
Merge pull request #602 from JdeRobot/issue-601
Adjust Follow Person exersice robot model and person's movement speed
2 parents 2762405 + 09f027b commit 38aec6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CustomRobots/Turtlebot2/turtlebot2_simulated/turtlebot2/urdf/turtlebot2.urdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
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">

CustomRobots/amazon_hospital/src/person.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)