Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paul Rouanet
ros2_control_bolt
Commits
99172c32
Unverified
Commit
99172c32
authored
May 06, 2020
by
Denis Štogl
Browse files
correct python block comments
parent
3b3215f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ros2_control_demo_robot/launch/demo_robot_launch.py
View file @
99172c32
...
...
@@ -13,11 +13,11 @@
# limitations under the License.
#from launch import LaunchDescription
#from launch_ros.actions import Node
#
from launch import LaunchDescription
#
from launch_ros.actions import Node
#def generate_launch_description():
#
def generate_launch_description():
# return LaunchDescription([
# Node(
# package='',
...
...
ros2_control_demo_robot/launch/demo_robot_modular_launch.py
View file @
99172c32
...
...
@@ -13,11 +13,11 @@
# limitations under the License.
#from launch import LaunchDescription
#from launch_ros.actions import Node
#
from launch import LaunchDescription
#
from launch_ros.actions import Node
#def generate_launch_description():
#
def generate_launch_description():
# return LaunchDescription([
# Node(
# package='',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment