Latest software for our humanoid robot.
Use the button on the top right to fork.
Clone the repo using:
git clone https://github.com/${your_username_here}/automi_v1
unzip automi_v1.zip
Place the project folder into your ros workspace and build using catkin_make.
-
Replace the file present at husky_description/urdf/ with "husky.urdf.xacro" present in this repo.
-
Run husky in playpen world:
roslaunch husky_gazebo playpen.launch
roslaunch husky_gazebo spawn_husky.launch # on a separate terminal
- Modify the launch file present in launch folder according to needs and run this:
roslaunch automi_v1 ${launch_file_name}
Remember to source devel/setup.bash
git clone https://github.com/${your_username_here}/automi_v1
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.