forked from heuristicus/spot_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unnecessary interactive marker
- Loading branch information
1 parent
bca8d70
commit 81e2fd1
Showing
10 changed files
with
20 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
linear_scale: | ||
x: 1 | ||
y: 1 | ||
max_positive_linear_velocity: | ||
x: 1 | ||
y: 1 | ||
max_negative_linear_velocity: | ||
x: -1 | ||
y: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
<launch> | ||
<node pkg="interactive_marker_twist_server" type="marker_server" name="twist_marker_server" > | ||
<rosparam command="load" file="$(find spot_driver)/config/planar.yaml" /> | ||
<param name="link_name" value="body" /> | ||
<param name="robot_name" value="spot" /> | ||
</node> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
129 changes: 0 additions & 129 deletions
129
spot_interactive_marker_server/scripts/spot_interactive_marker_server.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<launch> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find spot_viz)/rviz/robot.rviz" /> | ||
|
||
<node pkg="interactive_marker_twist_server" type="marker_server" name="twist_marker_server" > | ||
<param name="link_name" value="body" /> | ||
<param name="robot_name" value="spot" /> | ||
</node> | ||
</launch> |