Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LiftState.msg #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cardboardcode
Copy link

Purpose of Pull Request 📖

This is in regards to allowing better tracking of lift states for Kabam Robotics' applications which contain lift-taking capabilities.

Summary of Edits 🔖

  • CMakelists.txt have been modified to add LiftState.msg
  • LiftState.msg has been added under msg/ directory.

Verify ✔️

Due to current lack of Continuous Integration (CI) for this repository, please run the following commands for proof that the new modification does not break the current codebase:

  1. Download the modified kabam_msgs ROS 1 package:
cd $HOME && git clone https://github.com/cardboardcode/kabam_msgs.git --depth 1 --branch feature/add_liftstate
  1. Compile kabam_msgs using Docker:
docker run -it --rm \
    -v ./kabam_msgs:/catkin_ws/src/kabam_msgs \
ros:noetic-ros-base bash -c \
"cd /catkin_ws && source /ros_entrypoint.sh && catkin_make"

The ROS 1 package compiles successfully before exiting the docker container.

@cardboardcode cardboardcode self-assigned this Aug 24, 2024
@cardboardcode cardboardcode added the enhancement New feature or request label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant