mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-09 11:31:38 +08:00
fix #18: inverse the coding and shebang line
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Example on how to use the Bullet simulator in pyrobolearn.
|
||||
|
||||
Simple example where we use the bullet simulator, load a basic world (with a floor and gravity enabled) and the RRBot
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Example on how to use the Bullet-ROS simulator (the publisher version) in PRL.
|
||||
|
||||
The publisher version publish the various data on the corresponding topics every time the joints are set. If the
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Example on how to use the Bullet-ROS simulator (the subscriber version) in PRL.
|
||||
|
||||
The subscriber version subscribe to various topics related to the loaded robot.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Simulator tests.
|
||||
|
||||
Example on how to load different things with the simulators. This example is still in an experimental phase. For
|
||||
|
||||
Reference in New Issue
Block a user