Main Page
Namespaces
Classes
Files
File List
scripts
moveit_joy.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
# Software License Agreement (BSD License)
5
#
6
# Copyright (c) 2016, TORK (Tokyo Opensource Robotics Kyokai Association)
7
# All rights reserved.
8
#
9
# Redistribution and use in source and binary forms, with or without
10
# modification, are permitted provided that the following conditions
11
# are met:
12
#
13
# * Redistributions of source code must retain the above copyright
14
# notice, this list of conditions and the following disclaimer.
15
# * Redistributions in binary form must reproduce the above
16
# copyright notice, this list of conditions and the following
17
# disclaimer in the documentation and/or other materials provided
18
# with the distribution.
19
# * Neither the name of Tokyo Opensource Robotics Kyokai Association
20
# nor the names of its contributors may be used to endorse or promote
21
# products derived from this software without specific prior written
22
# permission.
23
#
24
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35
# POSSIBILITY OF SUCH DAMAGE.
36
37
from
moveit_ros_visualization.moveitjoy_module
import
MoveitJoy
38
import
rospy
39
40
if
__name__ ==
"__main__"
:
41
rospy.init_node(
"moveit_joy"
)
42
app =
MoveitJoy
()
43
rospy.spin()
moveit_ros_visualization.moveitjoy_module
Definition:
moveitjoy_module.py:1
moveit_ros_visualization.moveitjoy_module.MoveitJoy
Definition:
moveitjoy_module.py:351
visualization
Author(s): Ioan Sucan
, Dave Coleman
, Sachin Chitta
autogenerated on Sun Oct 18 2020 13:19:09