Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
<joint name="camera_joint" type="fixed">
<parent link="base_link"/>
<child link="camera_link"/>
<origin rpy="0 0 0" xyz="0.13 0 0.32"/>
<origin rpy="0 -0.32 0" xyz="0.13 0 0.32"/>
</joint>
<link name="camera_depth_frame"/>
<joint name="camera_depth_joint" type="fixed">
Expand Down
2 changes: 1 addition & 1 deletion CustomRobots/amazon_hospital/src/person.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace gazebo
int state, current_wp;
int turn_dir, linear_dir;
bool auto_movement, linear_movement;
float lv_dt = 0.002; // discrete lineal velocity
float lv_dt = 0.001; // discrete lineal velocity
float av_dt = 0.003; // discrete angular velocity

// variables to use in MoveToWaypoint method
Expand Down
Loading