Motion and Trajectory Planning for PETCat, the long term project.
Use the button at the top right.
git clone https://github.com/${your_username_here}/PETcat_motion
- Place the contents of the
python/
directory in your catkin workspace. Navigate to the top-level repo directory and:
cp -r ./python/* ~/catkin_ws/src
- Add the executable for python script
cd ~/catkin_ws/src/motion/src
sudo chmod +x billi.py ## or name any other python file
- Build files
cd ../..
catkin build
source ~/catkin_ws/devel/setup.bash
Go to the folder containing billi.py
file
cd ~/catkin_ws/src/motion/src
python3 billi.py
roslaunch champ_config gazebo.launch
roslaunch champ_config gazebo.launch custom:=true
Create a new branch by
git checkout -b ${your_branch_name}
Navigate to the top-level repo directory and:
git add .
git commit -m "Explanative commit message"
git push origin ${your_branch_name}
Create a new pull request from the Pull Requests
tab on this repo, not the fork.
Request reviews from at least two people.