File tree 5 files changed +0
-5
lines changed
bitbots_team_communication/bitbots_team_data_sim_rqt
bitbots_world_model/bitbots_ball_filter
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 14
14
install_requires = ["setuptools" ],
15
15
tests_require = ["pytest" ],
16
16
zip_safe = True ,
17
- tests_require = ["pytest" ],
18
17
entry_points = {
19
18
"console_scripts" : [
20
19
"animation_gui = " + package_name + ".record_ui:main" ,
Original file line number Diff line number Diff line change 22
22
zip_safe = True ,
23
23
keywords = ["ROS" ],
24
24
license = "MIT" ,
25
- tests_require = ["pytest" ],
26
25
entry_points = {
27
26
"console_scripts" : [
28
27
"animation_node = bitbots_animation_server.animation_node:main" ,
Original file line number Diff line number Diff line change 14
14
install_requires = ["setuptools" ],
15
15
tests_require = ["pytest" ],
16
16
zip_safe = True ,
17
- tests_require = ["pytest" ],
18
17
entry_points = {
19
18
"console_scripts" : [
20
19
"team_data_sim_gui = " + package_name + ".team_data_ui:main" ,
Original file line number Diff line number Diff line change 27
27
zip_safe = True ,
28
28
keywords = ["ROS" ],
29
29
license = "MIT" ,
30
- tests_require = ["pytest" ],
31
30
entry_points = {
32
31
"console_scripts" : [
33
32
"vision = bitbots_vision.vision:main" ,
Original file line number Diff line number Diff line change 28
28
zip_safe = True ,
29
29
keywords = ["ROS" ],
30
30
license = "MIT" ,
31
- tests_require = ["pytest" ],
32
31
entry_points = {
33
32
"console_scripts" : [
34
33
"ball_filter = bitbots_ball_filter.ball_filter:main" ,
You can’t perform that action at this time.
0 commit comments