-
-
Notifications
You must be signed in to change notification settings - Fork 12
Home
This ROS kinectic workspace src folder, which was created on Ubuntu 16.04.
- Maintainer
- Installation
- Package description
- Helper scripts
- Team
- Contributing
- FAQ
- Support
- License
- Acknowledgments
| Name : Rajendra Singh Email : singh.raj1997@gmail.com Web : https://iamrajee.github.io/ LinkedIn : https://www.linkedin.com/in/rajendra-singh-6b0b3a13a/ |
|
All the
coderequired to get started
-
- You should have ROS kinectic on your ubuntu 16.04.
- All ROS dependency is satisfied.
-
cd your_ros_workspace/ git clone https://github.com/iamrajee/roskinectic_src.git -
cd your_ros_workspace/ ./refresh.sh make
-
panda pkg contain cpp and py interface for moveit.*
Terminal 1:
$ roscore $ TODOTerminal 2:
$ TODO -

See full video here. In this pkg TODO
To be run in your_ros_workspace for ease of build, compiling, running in your_ros_workspace.
-
#!/bin/bash source /opt/ros/kinectic/setup.bash source install/local_setup.bash source install/setup.bash clearIt will source the workspace after buiding workspace or after creating new pkg. Run it as
./refresh.sh -
SHELL=/bin/bash all: make run run: catkin_make bash refresh.shIt will build the workspace . Run it as
make -
#!/bin/bash cd src/ catkin create $1 cd ../ make source refresh.shIt will create new package . Run it as
./createpkg.sh newpkg_name -
#!/bin/bash rosrun rqt_tf_tree rqt_tf_treeIt will launch the gui to visvualise the tf tree. Run it as
./tftree.sh -
#!/bin/bash printenv | grep -i ROSIt will print the ROS related environment variable . Run it as
./printenv.sh -
sudo rosdep install -i --from-path src --rosdistro $ROS_DISTRO -yIt will install dependencies of all pkg in the workspace. Run it in the workspace as
./rosdep.sh -
#!/bin/bash ssh rajendra@rajendraIt will ssh into another system. Useful when using multiple ros masters. Run it as
./rajendra.sh
Or Contributors/supporters/mentors/guides who helped me out in these projects.
| Muskaan Maheshwari | Sachin Rustagi | Swami Prasad |
|---|---|---|
To get started...
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/iamrajee/roskinectic_src.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using
https://github.com/iamrajee/roskinectic_src/compare/.
-
I ran into some issue while running above package, what to do now?
- Simply contact me!
Reach out to me at one of the following places!
- Website:
iamrajee.github.io/ - Twitter:
@i_am_rajee - Email : singh.raj1997@gmail.com
- LinkedIn: at
@Rajendra Singh
- MIT license
- Copyright (c) 2019 Rajendra Singh.
- Hat tip to anyone whose code was used and thanks to everyone who inspired and supported me in this project.