Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit 97f66d3

Browse files
committed
update readme
1 parent 2c394f9 commit 97f66d3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# bullet_panda
22

3-
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)
3+
![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)
44

5-
Panda robot simulation using [PyBullet](https://www.pybullet.org) and a Python interface class to control and monitor the robot in the simulation. The interface is written in the structure similar to the [*panda_robot*](https://github.com/justagist/panda_robot) ROS package used for controlling the real robot. This allows for direct transfer of code to the real robot (when using the [*panda_robot*](https://github.com/justagist/panda_robot) ROS package).
5+
Panda robot simulation using [PyBullet](https://www.pybullet.org) and a Python interface class to control and monitor the robot in the simulation. The interface is written in the structure similar to the [_panda_robot_](https://github.com/justagist/panda_robot) ROS package used for controlling the real robot. This allows for direct transfer of code to the real robot (when using the [_panda_robot_](https://github.com/justagist/panda_robot) ROS package).
66

77
Although, this package is structured as a ROS package, it can be used without ROS.
88

9-
## Dependencies:
9+
## Dependencies
1010

1111
- [PyBullet](https://www.pybullet.org) (`pip install pybullet`)
1212

1313
## Related Packages
14-
-- [*mujoco_panda*](https://github.com/justagist/mujoco_panda) : Simulation using Mujoco Physics Engine (pymujoco) with exposed controllers and state feedback. Also provides a Python interface class to control and monitor the robot in the simulation. The interface is written in the structure similar to the [*panda_robot*](https://github.com/justagist/panda_robot) ROS package used for controlling the real robot. This allows for direct transfer of code to the real robot (when using the [*panda_robot*](https://github.com/justagist/panda_robot) ROS package).
15-
- [*panda_simulator*](https://github.com/justagist/panda_simulator) : Simulation in Gazebo with exposed controllers and state feedback using ROS topics and services. The simulated robot uses the same ROS topics and services as the real robot when using the [*franka_ros_interface*](https://github.com/justagist/franka_ros_interface).
16-
- [*franka_ros_interface*](https://github.com/justagist/franka_ros_interface) : A ROS API for controlling and managing the Franka Emika Panda robot (real and simulated). Contains controllers for the robot (joint position, velocity, torque), interfaces for the gripper, controller manager, coordinate frames interface, etc.. Provides almost complete sim-to-real transfer of code.
17-
- [*panda_robot*](https://github.com/justagist/panda_robot) : Python interface providing higher-level control of the robot integrated with its gripper, controller manager, coordinate frames manager, etc. It also provides access to the kinematics and dynamics of the robot using the [KDL library](http://wiki.ros.org/kdl).
14+
15+
- [_mujoco_panda_](https://github.com/justagist/mujoco_panda) : Simulation using Mujoco Physics Engine (pymujoco) with exposed controllers and state feedback. Also provides a Python interface class to control and monitor the robot in the simulation. The interface is written in the structure similar to the [_panda_robot_](https://github.com/justagist/panda_robot) ROS package used for controlling the real robot. This allows for direct transfer of code to the real robot (when using the [_panda_robot_](https://github.com/justagist/panda_robot) ROS package).
16+
17+
- [_panda_simulator_](https://github.com/justagist/panda_simulator) : Simulation in Gazebo with exposed controllers and state feedback using ROS topics and services. The simulated robot uses the same ROS topics and services as the real robot when using the [_franka_ros_interface_](https://github.com/justagist/franka_ros_interface).
18+
- [_franka_ros_interface_](https://github.com/justagist/franka_ros_interface) : A ROS API for controlling and managing the Franka Emika Panda robot (real and simulated). Contains controllers for the robot (joint position, velocity, torque), interfaces for the gripper, controller manager, coordinate frames interface, etc.. Provides almost complete sim-to-real transfer of code.
19+
- [_panda_robot_](https://github.com/justagist/panda_robot) : Python interface providing higher-level control of the robot integrated with its gripper, controller manager, coordinate frames manager, etc. It also provides access to the kinematics and dynamics of the robot using the [KDL library](http://wiki.ros.org/kdl).

0 commit comments

Comments
 (0)