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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install required.
### ROS 2

`lite_description` is a standard `ament_cmake` package (its `package.xml` is at the repo
root). Build it in a ROS 2 workspace — or pull it via `vcs` / `bar.repos` from `humanoid_control`
root). Build it in a ROS 2 workspace — or pull it via `vcs` / `humanoid_control.repos` from `humanoid_control`
— and `colcon build`. Downstream, `robot_state_publisher` runs xacro on
`robots/<variant>/xacro/<variant>.urdf.xacro`, and
`package://lite_description/robots/<variant>/meshes/visual/...` resolves after install.
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
asset-only package: it ships no launch files or RViz configs (visualization
and bringup are consumer concerns).
</description>
<maintainer email="chiyufeng@berkeley.edu">BAR Dev</maintainer>
<maintainer email="chiyufeng@berkeley.edu">Humanoid Control Dev</maintainer>
<license>MIT</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
Loading