Problem with the simulation of dji matrice 100 with ros
I'm trying to use ROS with dji matrice 100, i followed the tutorial on the website and i connected the drone and got the correct parameters. The problem is that i cannot run simulation and give commands because the signal of the gps is low. I'm working in a small office with a notebook and a pc desktop connected to the drone, is there a way to bypass the gps and run the simulation, or the only solution is to move in a place where gps signal is high?
Another question is how can i put my program (wrote in python using ros) on the drone?
ros dji-sdk
add a comment |
I'm trying to use ROS with dji matrice 100, i followed the tutorial on the website and i connected the drone and got the correct parameters. The problem is that i cannot run simulation and give commands because the signal of the gps is low. I'm working in a small office with a notebook and a pc desktop connected to the drone, is there a way to bypass the gps and run the simulation, or the only solution is to move in a place where gps signal is high?
Another question is how can i put my program (wrote in python using ros) on the drone?
ros dji-sdk
add a comment |
I'm trying to use ROS with dji matrice 100, i followed the tutorial on the website and i connected the drone and got the correct parameters. The problem is that i cannot run simulation and give commands because the signal of the gps is low. I'm working in a small office with a notebook and a pc desktop connected to the drone, is there a way to bypass the gps and run the simulation, or the only solution is to move in a place where gps signal is high?
Another question is how can i put my program (wrote in python using ros) on the drone?
ros dji-sdk
I'm trying to use ROS with dji matrice 100, i followed the tutorial on the website and i connected the drone and got the correct parameters. The problem is that i cannot run simulation and give commands because the signal of the gps is low. I'm working in a small office with a notebook and a pc desktop connected to the drone, is there a way to bypass the gps and run the simulation, or the only solution is to move in a place where gps signal is high?
Another question is how can i put my program (wrote in python using ros) on the drone?
ros dji-sdk
ros dji-sdk
asked Jan 19 at 14:06
Paolo MiliniPaolo Milini
306
306
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Hi,did you open the DJI Assistant 2?You can connect your drone to the PC,then open the simulator of the DJI Assistant 2.In the simulator,you can set the latitude and longitude.After starting simulating,the GPS signal will be high at all times.
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
add a comment |
Perhaps you can run and download the mobile (Android or iOS) SDK simulation example app to start the simulator from there and then run the commands you want from the onboard sdk/ onboard sdk for testing. I am not sure if this would work, since it is unclear if
- you need to run the simulator from onboard as opposed to mobile
or if you need to run both two simultations
- dji may not allow running two simulators at the same time.
2.) would be a DJI issue and I haven't testing 2 simulations at once. My guess if you can't run 2, but it could be worth giving a try. 1.) depends more on what you are trying to accomplish. But I could be missing something and don't have experience trying multiple simulations if that is what you need.
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
add a comment |
Another question is how can i put my program (wrote in python using
ros) on the drone?
I assume you're referring to controlling the drone with your ROS program without a simulator?
You need to connect the drone to a PC using the UART port on the M100. My setup involves a USB to serial Cable which is connected to a JETSON TX1. If you're using ROS, edit the details of the sdk.launch
here. Your PC needs to be small enough to fit on the drone. A raspberry pi will do the trick. For more details, take a look at the hardware setup guide at this link. I think the M100 + PC/Linux machine should work well for you. Good luck.
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
1
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
1
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54267915%2fproblem-with-the-simulation-of-dji-matrice-100-with-ros%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hi,did you open the DJI Assistant 2?You can connect your drone to the PC,then open the simulator of the DJI Assistant 2.In the simulator,you can set the latitude and longitude.After starting simulating,the GPS signal will be high at all times.
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
add a comment |
Hi,did you open the DJI Assistant 2?You can connect your drone to the PC,then open the simulator of the DJI Assistant 2.In the simulator,you can set the latitude and longitude.After starting simulating,the GPS signal will be high at all times.
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
add a comment |
Hi,did you open the DJI Assistant 2?You can connect your drone to the PC,then open the simulator of the DJI Assistant 2.In the simulator,you can set the latitude and longitude.After starting simulating,the GPS signal will be high at all times.
Hi,did you open the DJI Assistant 2?You can connect your drone to the PC,then open the simulator of the DJI Assistant 2.In the simulator,you can set the latitude and longitude.After starting simulating,the GPS signal will be high at all times.
answered Jan 22 at 5:13
DanDan
642
642
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
add a comment |
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
tomorrow i will try! Another question, is there a way to run simulation (and using ros to send command) without the drone? Or is it necessary use 2 pc connected to the drone and the ipad connected to the remote controller? Because i'm doing a project with my university and the drone and pc are not mine
– Paolo Milini
Jan 22 at 16:36
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
Sorry,you must connect drone to PC,only in this way can you open the simulator.If you have the Vmware,you just need one PC.
– Dan
Jan 23 at 10:12
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
ok, perfect. I tried to set latitude and longitude and it works!! How can i load a ROS package into the drone? Because i would like to try to control the real drone with my package in ros but i don't know how.
– Paolo Milini
Jan 23 at 14:38
add a comment |
Perhaps you can run and download the mobile (Android or iOS) SDK simulation example app to start the simulator from there and then run the commands you want from the onboard sdk/ onboard sdk for testing. I am not sure if this would work, since it is unclear if
- you need to run the simulator from onboard as opposed to mobile
or if you need to run both two simultations
- dji may not allow running two simulators at the same time.
2.) would be a DJI issue and I haven't testing 2 simulations at once. My guess if you can't run 2, but it could be worth giving a try. 1.) depends more on what you are trying to accomplish. But I could be missing something and don't have experience trying multiple simulations if that is what you need.
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
add a comment |
Perhaps you can run and download the mobile (Android or iOS) SDK simulation example app to start the simulator from there and then run the commands you want from the onboard sdk/ onboard sdk for testing. I am not sure if this would work, since it is unclear if
- you need to run the simulator from onboard as opposed to mobile
or if you need to run both two simultations
- dji may not allow running two simulators at the same time.
2.) would be a DJI issue and I haven't testing 2 simulations at once. My guess if you can't run 2, but it could be worth giving a try. 1.) depends more on what you are trying to accomplish. But I could be missing something and don't have experience trying multiple simulations if that is what you need.
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
add a comment |
Perhaps you can run and download the mobile (Android or iOS) SDK simulation example app to start the simulator from there and then run the commands you want from the onboard sdk/ onboard sdk for testing. I am not sure if this would work, since it is unclear if
- you need to run the simulator from onboard as opposed to mobile
or if you need to run both two simultations
- dji may not allow running two simulators at the same time.
2.) would be a DJI issue and I haven't testing 2 simulations at once. My guess if you can't run 2, but it could be worth giving a try. 1.) depends more on what you are trying to accomplish. But I could be missing something and don't have experience trying multiple simulations if that is what you need.
Perhaps you can run and download the mobile (Android or iOS) SDK simulation example app to start the simulator from there and then run the commands you want from the onboard sdk/ onboard sdk for testing. I am not sure if this would work, since it is unclear if
- you need to run the simulator from onboard as opposed to mobile
or if you need to run both two simultations
- dji may not allow running two simulators at the same time.
2.) would be a DJI issue and I haven't testing 2 simulations at once. My guess if you can't run 2, but it could be worth giving a try. 1.) depends more on what you are trying to accomplish. But I could be missing something and don't have experience trying multiple simulations if that is what you need.
answered Jan 22 at 3:51
Walter MorawaWalter Morawa
859
859
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
add a comment |
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
i need to run the simulation with the simulator provided by dji but i need to use ROS to send commands. After the simulation with the simulator i would like to try to control the real drone with ROS, but i don't know how
– Paolo Milini
Jan 22 at 16:43
add a comment |
Another question is how can i put my program (wrote in python using
ros) on the drone?
I assume you're referring to controlling the drone with your ROS program without a simulator?
You need to connect the drone to a PC using the UART port on the M100. My setup involves a USB to serial Cable which is connected to a JETSON TX1. If you're using ROS, edit the details of the sdk.launch
here. Your PC needs to be small enough to fit on the drone. A raspberry pi will do the trick. For more details, take a look at the hardware setup guide at this link. I think the M100 + PC/Linux machine should work well for you. Good luck.
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
1
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
1
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
add a comment |
Another question is how can i put my program (wrote in python using
ros) on the drone?
I assume you're referring to controlling the drone with your ROS program without a simulator?
You need to connect the drone to a PC using the UART port on the M100. My setup involves a USB to serial Cable which is connected to a JETSON TX1. If you're using ROS, edit the details of the sdk.launch
here. Your PC needs to be small enough to fit on the drone. A raspberry pi will do the trick. For more details, take a look at the hardware setup guide at this link. I think the M100 + PC/Linux machine should work well for you. Good luck.
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
1
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
1
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
add a comment |
Another question is how can i put my program (wrote in python using
ros) on the drone?
I assume you're referring to controlling the drone with your ROS program without a simulator?
You need to connect the drone to a PC using the UART port on the M100. My setup involves a USB to serial Cable which is connected to a JETSON TX1. If you're using ROS, edit the details of the sdk.launch
here. Your PC needs to be small enough to fit on the drone. A raspberry pi will do the trick. For more details, take a look at the hardware setup guide at this link. I think the M100 + PC/Linux machine should work well for you. Good luck.
Another question is how can i put my program (wrote in python using
ros) on the drone?
I assume you're referring to controlling the drone with your ROS program without a simulator?
You need to connect the drone to a PC using the UART port on the M100. My setup involves a USB to serial Cable which is connected to a JETSON TX1. If you're using ROS, edit the details of the sdk.launch
here. Your PC needs to be small enough to fit on the drone. A raspberry pi will do the trick. For more details, take a look at the hardware setup guide at this link. I think the M100 + PC/Linux machine should work well for you. Good luck.
answered Jan 24 at 12:48
MaskedAfricanMaskedAfrican
375
375
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
1
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
1
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
add a comment |
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
1
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
1
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
ok, perfect. So, i need a raspberry with ros on it and put it on the drone. To execute the program in the raspberry what i have to use? The remote controller with the ipad or another pc with the dji assistant2?
– Paolo Milini
Jan 25 at 12:48
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
or maybe another pc with ros and via wi-fi i send to raspberry the command to execute the program?
– Paolo Milini
Jan 25 at 12:55
1
1
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
@PaoloMilini is right, you need another PC to send commands to the raspberry pi. At the point, you don't need DJI Assistant anymore unless you're using the hardware in the loop simulator. You could simply just SSH into raspberry pi and run commands from there.
– MaskedAfrican
Jan 26 at 22:04
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
If i have the Manifold i think i don't necessitate the raspberry and i can use it for this purpose, is it correct?
– Paolo Milini
Jan 27 at 22:25
1
1
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
@PaoloMilini that is correct, you don't need a pi if you've got a Manifold, they serve pretty much the same purpose for this use case
– MaskedAfrican
Jan 28 at 23:03
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54267915%2fproblem-with-the-simulation-of-dji-matrice-100-with-ros%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown