Skip to content

Commit

Permalink
Fixing up inconsistencies in file extensions, rebase errors and docum…
Browse files Browse the repository at this point in the history
…entation

Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Feb 21, 2022
1 parent 540259a commit 1083ac4
Show file tree
Hide file tree
Showing 27 changed files with 46 additions and 1,282 deletions.
10 changes: 5 additions & 5 deletions drake_ros_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ It is similar to this ROS1 prototype [`gizatt/drake_ros_systems`](https://github

## Building

This package has been built and tested on Ubuntu Focal with ROS2 Rolling, using a Drake nightly from April 2021.
This package has been built and tested on Ubuntu Focal with ROS2 Rolling, using a Drake nightly or any stable releases after 14 Jan 2022.
It may work on other versions of ROS and Drake, but it hasn't been tested.

To build it:

1. [Install ROS Rolling](https://index.ros.org/doc/ros2/Installation/Rolling/)
1. Source your ROS installation `. /opt/ros/rolling/setup.bash`
1. [Download April-ish 2021 Drake binary](https://drake.mit.edu/from_binary.html)
1. Extract the Drake binary installation, install it's prerequisites, and [use this Python virutalenv trick](https://drake.mit.edu/python_bindings.html#inside-virtualenv).
1. Activate the drake virtual environment
1. Build it using Colcon, or using CMake directly
1. [Download Drake binary](https://drake.mit.edu/from_binary.html), nightly or any stable releases after 14 Jan 2022.
1. Extract the Drake binary installation, install it's prerequisites, and [use this Python virutalenv trick](https://drake.mit.edu/from_binary.html).
1. Activate the drake virtual environment.
1. Build it using Colcon, or using CMake directly.

**Colcon**
1. Make a workspace `mkdir -p ./ws/src`
Expand Down
1 change: 0 additions & 1 deletion drake_ros_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<buildtool_depend>ament_cmake_ros</buildtool_depend>

<depend>pybind11-dev</depend>
<depend>rclcpp</depend>
<depend>rclpy</depend>
<depend>rosidl_runtime_c</depend>
Expand Down
93 changes: 0 additions & 93 deletions drake_ros_core/src/python_bindings/module_drake_ros_core.cpp

This file was deleted.

170 changes: 0 additions & 170 deletions drake_ros_core/src/python_bindings/py_serializer.hpp

This file was deleted.

Loading

0 comments on commit 1083ac4

Please sign in to comment.