Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
manx52 committed Jul 7, 2024
1 parent 3ce634b commit 8f9fe83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def __init__(self, trajectory_path: str, mirror=False):
else:
joint_values = list(map(float, row[1:]))

last_pose_value = float(rospy.get_param(f"motor_mapping/{joint_name}/initial_state"))
# last_pose_value = 0.0
# last_pose_value = float(rospy.get_param(f"motor_mapping/{joint_name}/initial_state"))
last_pose_value = 0.0
# if joint_name in last_joint_state.name:
# last_pose_value = last_joint_state.position[last_joint_state.name.index(joint_name)]

Expand Down
1 change: 1 addition & 0 deletions soccerbot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ find_package(
catkin
REQUIRED
soccer_common
soccer_webots
soccer_msgs
soccer_trajectories
soccer_object_detection
Expand Down
2 changes: 1 addition & 1 deletion soccerbot/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Navigation-->
<depend>soccer_trajectories</depend>
<depend>soccer_firmware_interface</depend>
<!-- <depend>soccer_webots</depend>-->
<depend>soccer_webots</depend>
<depend>soccer_msgs</depend>
<depend>python3-protobuf</depend>

Expand Down

0 comments on commit 8f9fe83

Please sign in to comment.